.headFix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    height: 80px;
    box-shadow: 0 2px 5px #eee;
}
.header.headFix .logo{
    margin-top: 13px;
    width: 298px;
}
.headFix .logo img,.headFix .nav {
    height: 60px;
}

.headFix .nav li {
    padding: 28px 10px;
}

.headFix .search {
    padding-top: 32px;
    padding-bottom: 32px;
}

.headFix .nav .SecondaryNav {
    top: 80px;
    background: rgba(255, 255, 255, .8);
}

.headFix .search_show {
    top: 80px;
}

.product {
    padding: 80px 0;
    overflow: hidden;
    background: url('../images/famenkz.png') no-repeat center;
}

.product .title {
    font-size: 40px;
    font-weight: normal;
    color: #333;
    margin-bottom: 45px;
    text-align: center;
    line-height: 46px;
}

.product .title span {
    font-size: 14px;
    color: #888;
    display: block;
    line-height: 30px;
}

.product .wrap {
    background: url('../images/pro_bg.jpg') no-repeat center top;
    overflow: hidden;
    position: relative;
}

.product li {
    float: left;
    width: 240px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin-right: 126px;
    margin-bottom: 10px;
}

.product li .pic {
    display: block;
    width: 200px;
    height: 200px;
    position: relative;
    padding: 20px;
    text-align: center;
}

.product li .pic::after {
    content: "";
    position: absolute;
    background: url('../images/proIcon.png') no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .4s;
}

.product li .pic::before {
    content: "";
    width: 5px;
    height: 24px;
    background: url('../images/proIcon2.png') no-repeat;
    bottom: -13px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    transition: all .4s;
}

.product li img {
    width: 160px;
    height: 120px;
    transition: .4s;
    /* display: table; */
    /* vertical-align: middle; */
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
}

.product li p {
    padding-top: 25px;
    text-align: center;
    min-height: 70px;
    display: block;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.product li p span {
    display: block;
}

.product li:nth-child(4),.product li:nth-child(8) {
    margin-right: 0;
}

.product li:hover .pic::after {
    transform: rotate(180deg);
    background-image: url('../images/proIcon_h.png');
}

.product li:hover .pic::before {
    background-image: url('../images/proIcon2_h.png');
}

.product li:hover img {
    transform: scale(1.08);
}

.listWrapper {
    padding: 60px 0;
    overflow: hidden;
}

.listMenu {
    position: relative;
    z-index: 3;
    /* margin-top: -81px; */
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.listMenu ul {
    height: 80px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

.listMenu li {
    display: table-cell;
    font-size: 18px;
    line-height: 80px;
    width: 5%;
}

.listMenu li a {
    display: block;
    color: #222;
    position: relative;
    z-index: 2;
    border-right: 1px solid #e5e5e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listMenu li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition: transform .3s;
    transform-origin: right;
    z-index: -1;
    transform: scale(0,1);
    background: #0077af;
}

.listMenu a.cur,.listMenu a:hover {
    color: #fff;
}

.listMenu a.cur:after,.listMenu a:hover:after {
    transform-origin: left;
    transform: scale(1);
}

.listMenu li:last-child a {
    border-right: none;
}

.menuSub {
    text-align: center;
    margin-top: 60px;
}

.menuSub a {
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
    transition: all 0.3s;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    box-shadow: 0 0 1px #fff inset;
    font-size: .875rem;
    padding: 0 20px;
    margin-bottom: 10px;
}

.menuSub a.current,.menuSub a:hover {
    border: 1px solid #0077af;
    background: #0077af;
    color: #fff;
}

.breadCrumb {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.breadCrumb .showback {
    background: url('../images/arr.png') no-repeat left center;
    padding-left: 20px;
}

.last-menu {
    width: 1340px !important;
    height: 30px !important;
    position: absolute;
    top: 81px;
    left: 0;
    z-index: 999;
    background: #0077af;
    display: none ;
}

.last-menu li {
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 15px;
}

.last-menu li:hover {
    background: #0077af;
}

.last-menu li a {
    border-right: none;
    color: #ffffff;
}

.last-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 27px;
    width: 100%;
    height: 2px;
    transition-delay: .1s;
    transition: transform .3s;
    transform-origin: right;
    z-index: -1;
    transform: scale(0,1);
    background: #ffffff;
}

.proIndex_top {
    padding: 70px 0;
    overflow: hidden;
}

.proIndex_top .pic,.proIndex_top .pic img {
    width: 670px;
    height: 445px;
    overflow: hidden;
}

.proIndex_top .font {
    width: 540px;
    padding-top: 75px;
    font-size: 18px;
    color: #222;
    line-height: 36px;
}

.proIndex_top .font h3 {
    color: #0077af;
    font-size: 46px;
    font-weight: normal;
    line-height: 52px;
    position: relative;
    margin-bottom: 40px;
}

.proIndex_top .font h3 i {
    font-style: normal;
    font-size: 52px;
    font-family: Arial;
}

.proIndex_top .font h3 span {
    display: block;
    font-size: 24px;
    color: #222;
}

.proIndex_top .font h3::after {
    content: "";
    position: absolute;
    left: -180px;
    width: 140px;
    height: 1px;
    background: #0077af;
    top: 26px;
}

.proBox {
    padding: 50px 0;
    border-bottom: 1px solid #e8e8e8;
}

.proBox .main {
    width: 1340px;
    margin: 0 auto;
}

.proBox .title {
    font-size: 40px;
    color: #333;
    font-weight: normal;
    margin-bottom: 40px;
    line-height: 40px;
}

.proBox .title span {
    display: block;
    font-size: 12px;
    color: #999;
    font-family: Arial;
    line-height: 20px;
}

.proBox .title a {
    float: right;
    font-size: 16px;
    margin-top: 12px;
}

.proBox ul {
    padding-left: 1px;
    padding-top: 1px;
}

.proBox ul>li {
    float: left;
    border: 1px solid #e8e8e8;
    margin-left: -1px;
    width: 333px;
    margin-top: -1px;
    text-align: center;
    position: relative;
    transition: all .4s;
    overflow: hidden;
}

.proBox ul>li a {
    display: block;
    padding-bottom: 20px;
}

.proBox ul>li .pic {
    display: block;
    width: 333px;
    height: 264px;
    overflow: hidden;
}

.proBox ul>li img {
    width: 333px;
    height: 264px;
    transition: all .5s;
}

.proBox ul>li h4 {
    font-size: 16px;
    color: #333;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    margin: 5px 10px;
    font-weight: normal;
    min-height: 48px;
}

.proBox ul>li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    color: #888;
}

.proBox ul>li i {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #e8e8e8;
    color: e8e8e8;
    border-radius: 100%;
    font-style: normal;
}

.proBox ul>li:hover {
    box-shadow: 0 0 10px #ccc;
    z-index: 2;
}

.proBox ul>li:hover img {
    transform: scale(1.1);
}

.proBox ul>li:hover h4 {
    color: #0077af;
}

.proShow_top {
    padding: 60px 0;
}

.magnifier {
    width: 690px;
    height: 550px;
}

.jqzoom {
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.jqzoom img {
    padding: 58px 0;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 550;
    height: 550px;
    float: right;
    border: 1px solid #ddd;
}

.spec-scroll {
    width: 126px;
    height: 550px;
    overflow: hidden;
    float: left;
    margin-top: 3px;
    position: relative;
}

.spec-scroll .prev,.spec-scroll .next {
    position: absolute;
    top: 0;
    width: 100%;
    background: #333;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    z-index: 2;
    font-weight: bold;
    font-size: 20px;
    opacity: 0;
    transition: all .3s;
    cursor: pointer;
}

.spec-scroll a i {
    transform: rotate(-90deg);
    font-style: normal;
    display: block;
}

.spec-scroll .next {
    top: auto;
    bottom: 0;
}

.spec-scroll:hover .prev,.spec-scroll:hover .next {
    opacity: 1;
}

.spec-scroll .items {
    width: 126px;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.spec-scroll .items ul {
    position: absolute;
    width: 126px;
    height: 600px;
}

.spec-scroll .items ul li {
    width: 126px;
    height: 112px;
    text-align: center;
}

.spec-scroll .items ul li img {
    width: 124px;
    height: 98px;
    cursor: pointer;
    border: 1px solid #ececec;
}

.spec-scroll .items ul li:hover img,.spec-scroll .items ul .on img {
    border: 1px solid #0076c3;
}

.proshow_synopsis {
    width: 600px;
    color: #999;
    font-size: 14px;
    height: 550px;
}

.proshow_synopsis .title {
    font-size: 36px;
    color: #0077af;
    font-weight: normal;
    margin-bottom: 35px;
    line-height: 50px;
}

.proshow_synopsis .font {
    height: 280px;
    margin-bottom: 30px;
    overflow-y: auto;
}

.proshow_synopsis .tel {
    color: #00a539;
    background: url('../images/pIcon_2.png') no-repeat left center;
    padding-left: 20px;
    margin-bottom: 15px;
}

.proshow_synopsis .tel span {
    font-size: 18px;
    font-family: Arial;
}

.proshow_synopsis .btn a {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #0077af;
    color: #fff;
    transition: all 0.3s;
    font-size: 18px;
}

.proshow_synopsis .btn .a02 {
    background: #00a539;
    margin-left: 25px;
}

.proshow_synopsis .btn a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.proshow_synopsis .bshare-custom {
    margin-bottom: 30px;
}

.proShow_tab {
    position: relative;
    border-top: 1px solid #eaeaea;
    overflow: hidden;
    background: #f2f2f2;
    z-index: 2;
}

.proShow_tab::after {
    content: "";
    height: 80px;
    width: 100%;
    position: absolute;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    left: 0;
    top: 0;
    z-index: -1;
}

.proShow_tab .hd {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    cursor: pointer;
}

.proShow_tab .hd li {
    float: left;
    width: 166px;
    border-left: 1px solid #eaeaea;
    text-align: center;
    font-size: 18px;
}

.proShow_tab .hd li:last-child {
    border-right: 1px solid #eaeaea;
}

.proShow_tab .hd li.on {
    background: #0077af;
    color: #fff;
}

.proShow_tab .bd {
    padding: 60px 0;
    overflow: hidden;
}

.related_pro {
    padding: 60px 0;
    overflow: hidden;
}
.proShow_tab .bd .nn_type1{
    margin-right: 150px;
}
.proShow_tab .bd .nn_type1 iframe{
    width: 100%;
}
.rTie {
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 40px;
}

.rTie span {
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
}

.rTie::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    background: #0077af;
    height: 1px;
}

.related_pro .proBox {
    padding: 0;
    border: none;
}

.proSlide .proBox {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.proSlide .hd {
    text-align: center;
    margin-top: 30px;
    text-align: center;
}

.proSlide .hd li {
    display: inline-block;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background: #0077af;
    cursor: pointer;
    margin: 0 5px;
    transition: all .3s;
    font-size: 0;
    line-height: 0;
}

.proSlide .hd li.on {
    background: #00a539;
}

.solutionTop {
    background-color: #eaeaea;
    background-image: url('../images/solution_bg.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    padding: 60px 0;
}

.solutionTop li {
    cursor: pointer;
    width: 240px;
    background: #fff;
    padding: 60px 35px 0 35px;
    height: 270px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: 32px;
    transition: all .3s;
}

.solutionTop li i {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: url('../images/sIcon.png') no-repeat;
    margin-bottom: 40px;
    transition: all .3s;
}

.solutionTop li:nth-child(2) i {
    background-position: -130px 0;
}

.solutionTop li:nth-child(3) i {
    background-position: -260px 0;
}

.solutionTop li:nth-child(4) i {
    background-position: -390px 0;
}

.solutionTop li:nth-child(4) {
    margin-right: 0;
}

/*.solutionTop li:hover {background: #176c99;color: #fff;}*/
/*.solutionTop li:hover i{background-position: 0 -130px;}*/
/*.solutionTop li:nth-child(2):hover i{background-position: -130px -130px;}
.solutionTop li:nth-child(3):hover i{background-position: -260px -130px;}
.solutionTop li:nth-child(4):hover i{background-position: -390px -130px;}*/
.solutionTop .font {
    background: #fff;
    padding: 50px;
    margin-top: 30px;
    overflow: hidden;
}

.solutionTop .font .more {
    display: inline-block;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background: #00a539;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 35px;
}

.solutionMain {
    padding: 60px 0;
    overflow: visible;
}

.solutionMain .menu {
    text-align: center;
    margin-bottom: 30px;
}

.solutionMain .menu a {
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin: 0 5px;
}

.solutionMain .menu a:hover,.solutionMain .menu .on {
    background: #00a539;
    color: #fff;
    border: 1px solid #007e2b;
}

.solutionSlide,.solutionSlide .ohbox {
    width: 1340px;
    height: 331px;
    position: relative;
}

.solutionSlide .ohbox {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.solutionSlide li {
    float: left;
    width: 333px;
    border: 1px solid #e2e2e2;
    margin-top: -1px;
    margin-left: -1px;
    text-align: center;
    transition: all .3s;
}

.solutionSlide li .pic {
    display: block;
    width: 333px;
    height: 264px;
    overflow: hidden;
}

.solutionSlide li img {
    width: 333px;
    height: 264px;
    transition: all .3s;
}

.solutionSlide li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    padding-bottom: 15px;
}

.solutionSlide li:hover img {
    transform: scale(1.06);
}

.solutionSlide li:hover {
    box-shadow: 0 0 8px #ddd;
}

.solutionSlide .pageBtn span {
    position: absolute;
    cursor: pointer;
    left: -80px;
    top: 0;
    font-size: 0;
    line-height: 0;
    background: url('../images/sBtn.png') no-repeat ;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
}

.solutionSlide .pageBtn .next {
    background-position: -50px 0;
    right: -80px;
    left: auto;
}

.solutionSlide .pageBtn span:hover {
    background-position: -100px 0;
}

.solutionSlide .pageBtn .next:hover {
    background-position: -150px 0;
}

.aboutBox {
    padding: 60px 0;
    overflow: hidden;
}

.aboutBox1 .left {
    width: 705px;
    overflow: hidden;
}

.aboutBox1 .right {
    width: 590px;
    padding-top: 35px;
}

.aboutBox1 .title {
    color: #0077af;
    margin-bottom: 30px;
    font-size: 30px;
}

.aboutBox2 {
    background-image: url('../images/about_bg2.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.aboutBox2 ul {
    width: 1400px;
}

.aboutBox2 li {
    float: left;
    width: 400px;
    text-align: center;
    margin-right: 65px;
}

.aboutBox2 li h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
}

.aboutBox2 li .pic {
    width: 150px;
    height: 150px;
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .3s;
    margin-bottom: 35px;
    position: relative;
    top: 0;
    background: url('../images/radius_icon.png') no-repeat;
    padding: 31px;
    display: inline-block;
}

.aboutBox2 li img {
    width: 150px;
    height: 150px;
}

.aboutBox2 li:hover .pic {
    filter: none;
    -webkit-filter: none;
    -ms-filter: none;
    -o-filter: none;
    top: -10px;
}

.aboutBox3 li {
    overflow: hidden;
    line-height: 32px;
}

.aboutBox3 li .pic,.aboutBox3 li img {
    width: 670px;
    height: 450px;
    overflow: hidden;
    transition: all .3s;
}

.aboutBox3 li .txt {
    width: 620px;
    padding-top: 110px;
    font-size: 16px;
    color: #333;
}

.aboutBox3 li .txt h4 {
    font-size: 24px;
    color: #0077af;
    font-weight: normal;
    margin-bottom: 20px;
}

.aboutBox3 li .txt h4 span {
    display: block;
    font-size: 12px;
    color: #999;
    font-family: Arial;
}

.aboutBox3 li:hover img {
    transform: scale(1.08);
}

.history {
    padding: 60px 0;
    overflow: hidden;
}

.history .pic,.history .pic img {
    width: 570px;
    height: 460px;
    overflow: hidden;
    transition: all .5s;
}

.historyList {
    width: 740px;
    position: relative;
    padding-top: 10px;
    min-height: 460px;
}

.historyList::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e5e5e5;
}

.historyList li h4 {
    font-weight: normal;
}

.historyList li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
}

.historyList li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #ccc;
    transform: rotate(45deg);
    z-index: 2;
    transition: all .3s;
}

.historyList li:hover h4 {
    color: #176c99;
}

.historyList li:hover::after {
    background: #176c99;
}

.history2 {
    text-align: right;
    background: #f0f0f0;
}

.history2 .historyList::after {
    left: auto;
    right: 5px;
}

.history2 .historyList li {
    padding-left: 0;
    padding-right: 35px;
}

.history2 .historyList li::after {
    left: auto;
    right: 0;
}

.picList ul,.settingList ul,.appList ul,.videoList ul {
    width: 1380px;
}

.picList ul li {
    width: 230px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    text-align: center;
    padding: 10px 10px 0 10px;
    background: #f2f2f2;
    border-bottom: 3px solid #ddd;
    position: relative;
}

.picList ul li .pImg {
    display: block;
    width: 220px;
    height: 165px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}

.picList ul li img {
    width: 220px;
    vertical-align: middle;
    height: 280px;
}

.picList ul li::before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -3px;
    left: 0;
    transition: all 0.5s;
    width: 0;
}

.picList ul li:hover::before {
    width: 100%;
    background: #176c99;
    transition: all 0.5s;
}

.picList ul li p {
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.lb-data .lb-caption {
    color: #fff;
}

.picList ul li:hover {
    background: #eee;
    box-shadow: 0 0 10px #ccc;
}

.settingList li {
    width: 250px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    text-align: center;
    background: #f2f2f2;
    border-bottom: 3px solid #ddd;
    position: relative;
}

.settingList li img {
    display: block;
    width: 240px;
    height: 180px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff;
    transition: all 0.5s;
}

.settingList li::before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -3px;
    left: 0;
    transition: all 0.5s;
    width: 0;
}

.settingList li:hover::before {
    width: 100%;
    background: #176c99;
    transition: all 0.5s;
}

.settingList li span {
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 5px;
}

.settingList li:hover img {
    transform: scale(.95);
}

.partnerList {
    padding: 1px;
}

.appFont {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.appList li {
    float: left;
    width: 430px;
    margin-right: 25px;
    font-size: 16px;
    margin-bottom: 20px;
}

.appList li .pImg {
    display: block;
    width: 430px;
    height: 285px;
    overflow: hidden;
}

.appList li img {
    width: 430px;
    height: 285px;
    transition: all .5s;
}

.appList li p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appList li:hover img {
    transform: scale(1.08);
}

.newsSlide {
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 10px;
}

.newsSlide ul {
    width: 1380px;
}

.newsSlide li {
    float: left;
    width: 320px;
    margin-right: 20px;
}

.newsSlide li .pic {
    display: block;
    width: 320px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.newsSlide li .pic::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 52px;
    height: 52px;
    background: url('../images/n_icon.png') no-repeat;
}

.newsSlide li img {
    width: 320px;
    height: 160px;
    transition: all .5s;
}

.newsSlide li .txt {
    padding: 20px;
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

.newsSlide li h4 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    margin-bottom: 15px;
}

.newsSlide li p {
    height: 70px;
    margin-bottom: 25px;
}

.newsSlide li .date {
    display: block;
    color: #999;
    font-size: 12px;
}

.newsList li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.newsList li .font {
    width: 860px;
    overflow: hidden;
    color: #333;
    padding-top: 30px;
}

.newsList li .date {
    width: 80px;
    height: 110px;
    background: #176c99;
    color: #fff;
    padding-left: 20px;
    font-size: 20px;
    font-family: 'HelveticaNeuedd7b7fc3f53d6';
    position: relative;
    margin-right: 40px;
    transition: all 0.4s;
}

.newsList li .date span {
    display: block;
    opacity: .8;
    padding-top: 35px;
    font-size: 14px;
}

.newsList li .date:after {
    position: absolute;
    content: "";
    width: 50px;
    left: 60px;
    background: #00a539;
    height: 1px;
    top: 10px;
    width: 0;
    transition: all 0.3s;
}

.newsList li h4 {
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.newsList li .txt {
    color: #666;
}

.newsList li .pic {
    width: 320px;
    height: 160px;
    overflow: hidden;
}

.newsList li img {
    width: 320px;
    transition: all 0.5s;
    height: 160px;
}

.newsList li:hover .date {
    margin-right: 60px;
    background: #00a539;
}

.newsList li:hover .date:after {
    width: 80%;
}

.newsList li:hover h4 {
    color: #00a539;
}

.newsList li:hover img,.newsSlide li:hover img {
    transform: scale(1.1);
}

.newsList li:hover,.newsSlide li:hover .txt {
    box-shadow: 0 5px 10px #eee;
    border: 1px solid #00a539;
}

.articleBox1 .title {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
}

.articleBox1 .p1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
    color: #888;
}

.detailLeft .p1,.picShow .p1 {
    border-bottom: 1px dotted #adadad;
    ;}

.articleBox1 .p1 span {
    margin-right: 15px;
}

.solution .p1 {
    margin-bottom: 40px;
}

.review {
    background: #f7f7f7 url(../images/nShow_icon.png) no-repeat left top;
    padding: 20px 20px 20px 20px;
    border: 1px dotted #adadad;
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.fontResizer a {
    padding: 0 5px;
}

.article_key {
    background: #f7f7f7 url(../images/nShow_icon2.png) no-repeat 15px 7px;
    color: #adadad;
    margin-bottom: 20px;
    padding-left: 35px;
    line-height: 28px;
}

.fontsizebox {
    padding-bottom: 40px;
    border-bottom: 1px dotted #adadad;
    font-size: 13px;
    color: #424242;
}

.fontSize a.active {
    color: #0099e6;
}

.detailShare {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px dotted #adadad;
}

.detailShare span {
    border-left: 1px dotted #adadad;
    padding: 0 15px;
}

.detailShare span.date {
    margin-left: 15px;
}

.detail_fenx {
    font-size: 14px;
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dotted #adadad;
    padding-bottom: 10px
}

.detail_fenx div {
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relatedNews_font {
    width: 1340px;
    overflow: hidden;
    font-size: 13px;
    margin-top: 15px;
}

.relatedNews_font ul {
    width: 1380px;
}

.relatedNews_font ul li {
    float: left;
    padding-right: 50px;
    width: 640px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
}

.relatedNews_font ul li a {
    display: block;
    width: 520px;
    line-height: 40px;
    background: url(../images/ly_li.png) no-repeat left center;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.relatedNews_font ul li span {
    float: right;
    color: #999;
}

.downWrap {
    width: 1340px;
    margin: 0 auto;
    overflow: visible;
}

.downList li {
    background: #f6f6f6 url('../images/down_file.png') no-repeat 40px center;
    padding: 20px;
    overflow: hidden;
    padding-left: 100px;
    height: 56px;
    margin-bottom: 15px;
    transition: all 0.4s;
    border-bottom: 2px solid #e5e5e5;
}

.downList li h5 {
    color: #333;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
}

.downList li h5 span {
    display: block;
    color: #888;
    display: block;
}

.downList li .l_more {
    float: right;
    height: 40px;
    line-height: 40px;
    background: #999;
    border-radius: 20px;
    width: 120px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.downList li .l_more:hover {
    width: 160px;
}

.downList li .l_more i {
    display: inline-block;
    margin-left: 10px;
    width: 11px;
    height: 15px;
    background: url('../images/down_icon.png') no-repeat;
    position: relative;
    top: 2px;
}

.downList li:hover {
    box-shadow: 0 0 10px #ccc;
}

.videoList li {
    width: 430px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.videoList li .pImg {
    display: block;
    position: relative;
    width: 430px;
    height: 285px;
    overflow: hidden;
}

.videoList li img {
    display: block;
    width: 430px;
    height: 285px;
    transition: all 0.5s;
}

.videoList li i {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    width: 430px;
    height: 285px;
    background: #000 url('../images/vIcon.png') no-repeat center center;
    opacity: .6;
    z-index: 2;
}

.videoList li p {
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.videoList li:hover img {
    transform: scale(1.1);
}

.videoList li:hover p {
    color: #176c99;
}

.contactBox1 {
    padding: 60px 0;
}

.contactBox1 ul {
    margin-bottom: 30px;
    overflow: hidden;
}

.contactBox1 li {
    width: 289px;
    padding: 0 30px;
    min-height: 290px;
    line-height: 32px;
    float: left;
    border-left: 1px solid #eee;
}

.contactBox1 li h4 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 40px;
}

.contactBox1 li h4 i {
    float: left;
    width: 30px;
    height: 40px;
    background: url('../images/contactIcon.png') no-repeat;
    margin-right: 10px;
}

.contactBox1 li:nth-child(2) i {
    background-position: -30px 0;
}

.contactBox1 li:nth-child(3) i {
    background-position: -60px 0;
}

.contactBox1 li:nth-child(4) i {
    background-position: -90px 0;
}

.contactBox1 li:first-child {
    border-left: none;
    padding-left: 0;
    ;}

.contactBox1 li:last-child {
    padding-right: 0;
}

.contactBox1 .map {
    height: 500px;
    width: 100%;
}

.feedback {
    background: #f0f0f0;
    padding: 70px 0;
    overflow: hidden;
}

.feedback form {
    display: block;
    width: 1340px;
    margin: 0 auto;
}

.feedback label {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    padding-left: 40px;
    background: url(../images/contact.png) no-repeat;
    font-size: 14px;
    position: relative;
    width: 70px;
}

.feedback .name:after,.feedback .telephone:after,.feedback .email:after,.feedback .msg_title:after {
    content: "*";
    color: #f00;
    position: absolute;
    top: 0;
    right: -315px;
}

.feedback label.name {
    background-position: 0 -32px;
}

.feedback label.email {
    background-position: 0 -64px;
}

.feedback label.city {
    background-position: 0 -96px;
}

.feedback label.msg_title {
    background-position: 0 -128px;
}

.feedback label.address {
    background-position: 0 -160px;
}

.feedback label.message {
    background-position: 0 -192px;
    margin-bottom: 10px;
}

.feedback input {
    width: 283px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 28px 30px 0;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
}

.feedback input.last {
    margin-right: 0;
}

.feedback .msg {
    margin-bottom: 30px;
}

.feedback textarea {
    height: 125px;
    width: 1178px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    display: block;
}

.feedback .btns {
    width: 120px;
    height: 40px;
    margin-right: 30px;
    background: #555;
    color: #fff;
    border: none;
    font-size: 15px;
    margin-bottom: 0;
    cursor: pointer;
    float: right;
}

.feedback .btns:hover {
    background: #333;
    transition: all 0.3s;
}

.feedback .reset {
    background: #ccc;
    cursor: pointer;
    margin-bottom: 0;
}

.feedback .tableRow {
    height: 32px;
}

.feedback .tableRow input {
    width: 150px;
    margin-right: 10px;
    color: #999;
    float: left;
}

.feedback input.btns {
    float: right;
    color: #fff;
}

.feedback .tableRow .checkcode {
    width: 50px;
    height: 22px;
    margin-left: 5px;
    border: 1px solid #ccc;
    padding: 4px 5px;
    display: block;
    float: left;
    background: #fff;
}

.feedback input.btns:hover {
    background: #00a539;
}
.breadCrumb > li {
    display: inline-block;
}
.breadCrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadCrumb > .active {
    color: #777;
}